                                                                                                                                                                                                                                                                                                                                                                          List of functions
  Schema  |                   Name                   |         Result data type          |                                                                                                                                                                                                                                                                                                                       Argument data types                                                                                                                                                                                                                                                                                                                       |  Type
----------+------------------------------------------+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------
 public   | _add_overview_constraint                 | boolean                           | ovschema name, ovtable name, ovcolumn name, refschema name, reftable name, refcolumn name, factor integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _add_raster_constraint                   | boolean                           | cn name, sql text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | _add_raster_constraint_alignment         | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_blocksize         | boolean                           | rastschema name, rasttable name, rastcolumn name, axis text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _add_raster_constraint_extent            | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_nodata_values     | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_num_bands         | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_out_db            | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_pixel_types       | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_regular_blocking  | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_scale             | boolean                           | rastschema name, rasttable name, rastcolumn name, axis character                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _add_raster_constraint_srid              | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_overview_constraint                | boolean                           | ovschema name, ovtable name, ovcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | _drop_raster_constraint                  | boolean                           | rastschema name, rasttable name, cn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | _drop_raster_constraint_alignment        | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_blocksize        | boolean                           | rastschema name, rasttable name, rastcolumn name, axis text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _drop_raster_constraint_extent           | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_nodata_values    | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_num_bands        | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_out_db           | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_pixel_types      | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_regular_blocking | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_scale            | boolean                           | rastschema name, rasttable name, rastcolumn name, axis character                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _drop_raster_constraint_srid             | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _overview_constraint                     | boolean                           | ov raster, factor integer, refschema name, reftable name, refcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | _overview_constraint_info                | record                            | ovschema name, ovtable name, ovcolumn name, OUT refschema name, OUT reftable name, OUT refcolumn name, OUT factor integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _raster_constraint_info_alignment        | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_blocksize        | integer                           | rastschema name, rasttable name, rastcolumn name, axis text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _raster_constraint_info_extent           | geometry                          | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_nodata_values    | double precision[]                | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_num_bands        | integer                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_out_db           | boolean[]                         | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_pixel_types      | text[]                            | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_regular_blocking | boolean                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_scale            | double precision                  | rastschema name, rasttable name, rastcolumn name, axis character                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_info_srid             | integer                           | rastschema name, rasttable name, rastcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _raster_constraint_nodata_values         | double precision[]                | rast raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _raster_constraint_out_db                | boolean[]                         | rast raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _raster_constraint_pixel_types           | text[]                            | rast raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _st_3ddfullywithin                       | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_3ddwithin                            | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_asgeojson                            | text                              | integer, geography, integer, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | _st_asgeojson                            | text                              | integer, geometry, integer, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | _st_asgml                                | text                              | integer, geography, integer, integer, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | _st_asgml                                | text                              | integer, geometry, integer, integer, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _st_askml                                | text                              | integer, geography, integer, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | _st_askml                                | text                              | integer, geometry, integer, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_aspect4ma                            | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_asraster                             | raster                            | geom geometry, scalex double precision DEFAULT 0, scaley double precision DEFAULT 0, width integer DEFAULT 0, height integer DEFAULT 0, pixeltype text[] DEFAULT ARRAY['8BUI'::text], value double precision[] DEFAULT ARRAY[(1)::double precision], nodataval double precision[] DEFAULT ARRAY[(0)::double precision], upperleftx double precision DEFAULT NULL::double precision, upperlefty double precision DEFAULT NULL::double precision, gridx double precision DEFAULT NULL::double precision, gridy double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false | normal
 public   | _st_asx3d                                | text                              | integer, geometry, integer, integer, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _st_bestsrid                             | integer                           | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _st_bestsrid                             | integer                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | _st_buffer                               | geometry                          | geometry, double precision, cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | _st_concavehull                          | geometry                          | param_inputgeom geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | _st_contains                             | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_containsproperly                     | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_count                                | bigint                            | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | _st_count                                | bigint                            | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | _st_coveredby                            | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_covers                               | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | _st_covers                               | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_crosses                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_dfullywithin                         | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_distance                             | double precision                  | geography, geography, double precision, boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | _st_dumppoints                           | SETOF geometry_dump               | the_geom geometry, cur_path integer[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | _st_dwithin                              | boolean                           | geography, geography, double precision, boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | _st_dwithin                              | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_equals                               | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_expand                               | geography                         | geography, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _st_geomfromgml                          | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | _st_hillshade4ma                         | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_histogram                            | SETOF histogram                   | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1, bins integer DEFAULT 0, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | _st_histogram                            | SETOF histogram                   | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1, bins integer DEFAULT 0, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false, min double precision DEFAULT NULL::double precision, max double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                          | normal
 public   | _st_intersects                           | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_intersects                           | boolean                           | geom geometry, rast raster, nband integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | _st_intersects                           | boolean                           | rast1 raster, nband1 integer, rast2 raster, nband2 integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | _st_intersects                           | boolean                           | rast raster, geom geometry, nband integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | _st_linecrossingdirection                | integer                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_longestline                          | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_mapalgebra4unionfinal1               | raster                            | rast raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _st_mapalgebra4unionstate                | raster                            | rast1 raster, rast2 raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | _st_mapalgebra4unionstate                | raster                            | rast1 raster, rast2 raster, bandnum integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | _st_mapalgebra4unionstate                | raster                            | rast1 raster, rast2 raster, bandnum integer, p_expression text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_mapalgebra4unionstate                | raster                            | rast1 raster, rast2 raster, p_expression text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | _st_mapalgebra4unionstate                | raster                            | rast1 raster, rast2 raster, p_expression text, p_nodata1expr text, p_nodata2expr text, p_nodatanodataval double precision, t_expression text, t_nodata1expr text, t_nodata2expr text, t_nodatanodataval double precision                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | _st_maxdistance                          | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_orderingequals                       | boolean                           | geometrya geometry, geometryb geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | _st_overlaps                             | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_pointoutside                         | geography                         | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _st_quantile                             | SETOF quantile                    | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | _st_quantile                             | SETOF quantile                    | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | _st_raster2worldcoord                    | record                            | rast raster, columnx integer DEFAULT NULL::integer, rowy integer DEFAULT NULL::integer, OUT longitude double precision, OUT latitude double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | _st_reclass                              | raster                            | rast raster, VARIADIC reclassargset reclassarg[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_resample                             | raster                            | rast raster, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125, srid integer DEFAULT NULL::integer, scalex double precision DEFAULT 0, scaley double precision DEFAULT 0, gridx double precision DEFAULT NULL::double precision, gridy double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, width integer DEFAULT NULL::integer, height integer DEFAULT NULL::integer                                                                                                                                                                                      | normal
 public   | _st_slope4ma                             | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | _st_summarystats                         | summarystats                      | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | _st_summarystats                         | summarystats                      | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | _st_touches                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_valuecount                           | SETOF valuecount                  | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, searchvalues double precision[] DEFAULT NULL::double precision[], roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | _st_valuecount                           | SETOF valuecount                  | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, searchvalues double precision[] DEFAULT NULL::double precision[], roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | _st_within                               | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | _st_world2rastercoord                    | record                            | rast raster, longitude double precision DEFAULT NULL::double precision, latitude double precision DEFAULT NULL::double precision, OUT columnx integer, OUT rowy integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | addauth                                  | boolean                           | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | addgeometrycolumn                        | text                              | catalog_name character varying, schema_name character varying, table_name character varying, column_name character varying, new_srid_in integer, new_type character varying, new_dim integer, use_typmod boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | addgeometrycolumn                        | text                              | schema_name character varying, table_name character varying, column_name character varying, new_srid integer, new_type character varying, new_dim integer, use_typmod boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | addgeometrycolumn                        | text                              | table_name character varying, column_name character varying, new_srid integer, new_type character varying, new_dim integer, use_typmod boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | addoverviewconstraints                   | boolean                           | ovschema name, ovtable name, ovcolumn name, refschema name, reftable name, refcolumn name, ovfactor integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | addoverviewconstraints                   | boolean                           | ovtable name, ovcolumn name, reftable name, refcolumn name, ovfactor integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | addrasterconstraints                     | boolean                           | rastschema name, rasttable name, rastcolumn name, srid boolean DEFAULT true, scale_x boolean DEFAULT true, scale_y boolean DEFAULT true, blocksize_x boolean DEFAULT true, blocksize_y boolean DEFAULT true, same_alignment boolean DEFAULT true, regular_blocking boolean DEFAULT false, num_bands boolean DEFAULT true, pixel_types boolean DEFAULT true, nodata_values boolean DEFAULT true, out_db boolean DEFAULT true, extent boolean DEFAULT true                                                                                                                                                                                                        | normal
 public   | addrasterconstraints                     | boolean                           | rastschema name, rasttable name, rastcolumn name, VARIADIC constraints text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | addrasterconstraints                     | boolean                           | rasttable name, rastcolumn name, srid boolean DEFAULT true, scale_x boolean DEFAULT true, scale_y boolean DEFAULT true, blocksize_x boolean DEFAULT true, blocksize_y boolean DEFAULT true, same_alignment boolean DEFAULT true, regular_blocking boolean DEFAULT false, num_bands boolean DEFAULT true, pixel_types boolean DEFAULT true, nodata_values boolean DEFAULT true, out_db boolean DEFAULT true, extent boolean DEFAULT true                                                                                                                                                                                                                         | normal
 public   | addrasterconstraints                     | boolean                           | rasttable name, rastcolumn name, VARIADIC constraints text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | box                                      | box                               | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | box                                      | box                               | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | box2d                                    | box2d                             | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | box2d                                    | box2d                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | box2d_in                                 | box2d                             | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | box2d_out                                | cstring                           | box2d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | box2df_in                                | box2df                            | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | box2df_out                               | cstring                           | box2df                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | box3d                                    | box3d                             | box2d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | box3d                                    | box3d                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | box3d                                    | box3d                             | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | box3d_in                                 | box3d                             | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | box3d_out                                | cstring                           | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | box3dtobox                               | box                               | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | bytea                                    | bytea                             | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | bytea                                    | bytea                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | bytea                                    | bytea                             | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | checkauth                                | integer                           | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | checkauth                                | integer                           | text, text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | checkauthtrigger                         | trigger                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | trigger
 public   | disablelongtransactions                  | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | dropgeometrycolumn                       | text                              | catalog_name character varying, schema_name character varying, table_name character varying, column_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | dropgeometrycolumn                       | text                              | schema_name character varying, table_name character varying, column_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | dropgeometrycolumn                       | text                              | table_name character varying, column_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | dropgeometrytable                        | text                              | catalog_name character varying, schema_name character varying, table_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | dropgeometrytable                        | text                              | schema_name character varying, table_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | dropgeometrytable                        | text                              | table_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | dropoverviewconstraints                  | boolean                           | ovschema name, ovtable name, ovcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | dropoverviewconstraints                  | boolean                           | ovtable name, ovcolumn name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | droprasterconstraints                    | boolean                           | rastschema name, rasttable name, rastcolumn name, srid boolean DEFAULT true, scale_x boolean DEFAULT true, scale_y boolean DEFAULT true, blocksize_x boolean DEFAULT true, blocksize_y boolean DEFAULT true, same_alignment boolean DEFAULT true, regular_blocking boolean DEFAULT true, num_bands boolean DEFAULT true, pixel_types boolean DEFAULT true, nodata_values boolean DEFAULT true, out_db boolean DEFAULT true, extent boolean DEFAULT true                                                                                                                                                                                                         | normal
 public   | droprasterconstraints                    | boolean                           | rastschema name, rasttable name, rastcolumn name, VARIADIC constraints text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | droprasterconstraints                    | boolean                           | rasttable name, rastcolumn name, srid boolean DEFAULT true, scale_x boolean DEFAULT true, scale_y boolean DEFAULT true, blocksize_x boolean DEFAULT true, blocksize_y boolean DEFAULT true, same_alignment boolean DEFAULT true, regular_blocking boolean DEFAULT true, num_bands boolean DEFAULT true, pixel_types boolean DEFAULT true, nodata_values boolean DEFAULT true, out_db boolean DEFAULT true, extent boolean DEFAULT true                                                                                                                                                                                                                          | normal
 public   | droprasterconstraints                    | boolean                           | rasttable name, rastcolumn name, VARIADIC constraints text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | enablelongtransactions                   | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | equals                                   | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | find_srid                                | integer                           | character varying, character varying, character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | geography                                | geography                         | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | geography                                | geography                         | geography, integer, boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | geography                                | geography                         | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geography_analyze                        | boolean                           | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geography_cmp                            | integer                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_eq                             | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_ge                             | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_gist_compress                  | internal                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geography_gist_consistent                | boolean                           | internal, geography, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | geography_gist_decompress                | internal                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geography_gist_join_selectivity          | double precision                  | internal, oid, internal, smallint                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | geography_gist_penalty                   | internal                          | internal, internal, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | geography_gist_picksplit                 | internal                          | internal, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | geography_gist_same                      | internal                          | box2d, box2d, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | geography_gist_selectivity               | double precision                  | internal, oid, internal, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | geography_gist_union                     | internal                          | bytea, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | geography_gt                             | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_in                             | geography                         | cstring, oid, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | geography_le                             | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_lt                             | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_out                            | cstring                           | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | geography_overlaps                       | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geography_recv                           | geography                         | internal, oid, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | geography_send                           | bytea                             | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | geography_typmod_in                      | integer                           | cstring[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | geography_typmod_out                     | cstring                           | integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | geometry                                 | geometry                          | box2d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | geometry                                 | geometry                          | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | geometry                                 | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | geometry                                 | geometry                          | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | geometry                                 | geometry                          | geometry, integer, boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | geometry                                 | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | geometry_above                           | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_analyze                         | boolean                           | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_below                           | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_cmp                             | integer                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_contains                        | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_distance_box                    | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_distance_centroid               | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_eq                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_ge                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_gist_compress_2d                | internal                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_gist_compress_nd                | internal                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_gist_consistent_2d              | boolean                           | internal, geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | geometry_gist_consistent_nd              | boolean                           | internal, geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | geometry_gist_decompress_2d              | internal                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_gist_decompress_nd              | internal                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_gist_distance_2d                | double precision                  | internal, geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | geometry_gist_joinsel_2d                 | double precision                  | internal, oid, internal, smallint                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | geometry_gist_penalty_2d                 | internal                          | internal, internal, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | geometry_gist_penalty_nd                 | internal                          | internal, internal, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | geometry_gist_picksplit_2d               | internal                          | internal, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | geometry_gist_picksplit_nd               | internal                          | internal, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | geometry_gist_same_2d                    | internal                          | geom1 geometry, geom2 geometry, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_gist_same_nd                    | internal                          | geometry, geometry, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | geometry_gist_sel_2d                     | double precision                  | internal, oid, internal, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | geometry_gist_union_2d                   | internal                          | bytea, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | geometry_gist_union_nd                   | internal                          | bytea, internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | geometry_gt                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_in                              | geometry                          | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | geometry_le                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_left                            | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_lt                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_out                             | cstring                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_overabove                       | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_overbelow                       | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_overlaps                        | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_overlaps_nd                     | boolean                           | geometry, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | geometry_overleft                        | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_overright                       | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_raster_contain                  | boolean                           | geometry, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | geometry_raster_overlap                  | boolean                           | geometry, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | geometry_recv                            | geometry                          | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_right                           | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_same                            | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometry_send                            | bytea                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geometry_typmod_in                       | integer                           | cstring[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | geometry_typmod_out                      | cstring                           | integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | geometry_within                          | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | geometrytype                             | text                              | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | geometrytype                             | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | geomfromewkb                             | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | geomfromewkt                             | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | get_proj4_from_srid                      | text                              | integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | gettransactionid                         | xid                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | gidx_in                                  | gidx                              | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | gidx_out                                 | cstring                           | gidx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | lockrow                                  | integer                           | text, text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | lockrow                                  | integer                           | text, text, text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | lockrow                                  | integer                           | text, text, text, text, timestamp without time zone                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | lockrow                                  | integer                           | text, text, text, timestamp without time zone                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | longtransactionsenabled                  | boolean                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | pgis_abs_in                              | pgis_abs                          | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | pgis_abs_out                             | cstring                           | pgis_abs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | pgis_geometry_accum_finalfn              | geometry[]                        | pgis_abs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | pgis_geometry_accum_transfn              | pgis_abs                          | pgis_abs, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | pgis_geometry_collect_finalfn            | geometry                          | pgis_abs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | pgis_geometry_makeline_finalfn           | geometry                          | pgis_abs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | pgis_geometry_polygonize_finalfn         | geometry                          | pgis_abs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | pgis_geometry_union_finalfn              | geometry                          | pgis_abs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | populate_geometry_columns                | integer                           | tbl_oid oid, use_typmod boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | populate_geometry_columns                | text                              | use_typmod boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_addbbox                          | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | postgis_cache_bbox                       | trigger                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | trigger
 public   | postgis_constraint_dims                  | integer                           | geomschema text, geomtable text, geomcolumn text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | postgis_constraint_srid                  | integer                           | geomschema text, geomtable text, geomcolumn text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | postgis_constraint_type                  | character varying                 | geomschema text, geomtable text, geomcolumn text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | postgis_dropbbox                         | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | postgis_full_version                     | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_gdal_version                     | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_geos_version                     | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_getbbox                          | box2d                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | postgis_hasbbox                          | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | postgis_lib_build_date                   | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_lib_version                      | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_libjson_version                  | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_libxml_version                   | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_noop                             | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | postgis_proj_version                     | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_raster_lib_build_date            | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_raster_lib_version               | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_raster_scripts_installed         | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_scripts_build_date               | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_scripts_installed                | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_scripts_released                 | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_svn_version                      | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | postgis_transform_geometry               | geometry                          | geometry, text, text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | postgis_type_name                        | character varying                 | geomname character varying, coord_dimension integer, use_new_name boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | postgis_typmod_dims                      | integer                           | integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | postgis_typmod_srid                      | integer                           | integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | postgis_typmod_type                      | text                              | integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | postgis_version                          | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | raster_above                             | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_below                             | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_contain                           | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_contained                         | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_geometry_contain                  | boolean                           | raster, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | raster_geometry_overlap                  | boolean                           | raster, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | raster_in                                | raster                            | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | raster_left                              | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_out                               | cstring                           | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | raster_overabove                         | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_overbelow                         | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_overlap                           | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_overleft                          | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_overright                         | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_right                             | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | raster_same                              | boolean                           | raster, raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | spheroid_in                              | spheroid                          | cstring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | spheroid_out                             | cstring                           | spheroid                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_3dclosestpoint                        | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_3ddfullywithin                        | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_3ddistance                            | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_3ddwithin                             | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_3dextent                              | box3d                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_3dintersects                          | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_3dlength                              | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_3dlength_spheroid                     | double precision                  | geometry, spheroid                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_3dlongestline                         | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_3dmakebox                             | box3d                             | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_3dmaxdistance                         | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_3dperimeter                           | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_3dshortestline                        | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_accum                                 | geometry[]                        | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_addband                               | raster                            | rast raster, index integer, pixeltype text, initialvalue double precision DEFAULT 0::numeric, nodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_addband                               | raster                            | rast raster, pixeltype text, initialvalue double precision DEFAULT 0::numeric, nodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_addband                               | raster                            | torast raster, fromrast raster, fromband integer DEFAULT 1, torastindex integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_addband                               | raster                            | torast raster, fromrasts raster[], fromband integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_addmeasure                            | geometry                          | geometry, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_addpoint                              | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_addpoint                              | geometry                          | geom1 geometry, geom2 geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_affine                                | geometry                          | geometry, double precision, double precision, double precision, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_affine                                | geometry                          | geometry, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_approxcount                           | bigint                            | rastertable text, rastercolumn text, exclude_nodata_value boolean, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_approxcount                           | bigint                            | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_approxcount                           | bigint                            | rastertable text, rastercolumn text, nband integer, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxcount                           | bigint                            | rastertable text, rastercolumn text, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_approxcount                           | bigint                            | rast raster, exclude_nodata_value boolean, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_approxcount                           | bigint                            | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_approxcount                           | bigint                            | rast raster, nband integer, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxcount                           | bigint                            | rast raster, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1, bins integer DEFAULT 0, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, sample_percent double precision, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, sample_percent double precision, bins integer, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rastertable text, rastercolumn text, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1, bins integer DEFAULT 0, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rast raster, nband integer, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rast raster, nband integer, sample_percent double precision, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rast raster, nband integer, sample_percent double precision, bins integer, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxhistogram                       | SETOF histogram                   | rast raster, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_approxquantile                        | double precision                  | rastertable text, rastercolumn text, exclude_nodata_value boolean, quantile double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxquantile                        | SETOF quantile                    | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxquantile                        | double precision                  | rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_approxquantile                        | double precision                  | rastertable text, rastercolumn text, nband integer, sample_percent double precision, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_approxquantile                        | SETOF quantile                    | rastertable text, rastercolumn text, nband integer, sample_percent double precision, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_approxquantile                        | double precision                  | rastertable text, rastercolumn text, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_approxquantile                        | SETOF quantile                    | rastertable text, rastercolumn text, quantiles double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_approxquantile                        | double precision                  | rastertable text, rastercolumn text, sample_percent double precision, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_approxquantile                        | SETOF quantile                    | rastertable text, rastercolumn text, sample_percent double precision, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxquantile                        | double precision                  | rast raster, exclude_nodata_value boolean, quantile double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxquantile                        | SETOF quantile                    | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxquantile                        | double precision                  | rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_approxquantile                        | double precision                  | rast raster, nband integer, sample_percent double precision, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_approxquantile                        | SETOF quantile                    | rast raster, nband integer, sample_percent double precision, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_approxquantile                        | double precision                  | rast raster, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_approxquantile                        | SETOF quantile                    | rast raster, quantiles double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_approxquantile                        | double precision                  | rast raster, sample_percent double precision, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_approxquantile                        | SETOF quantile                    | rast raster, sample_percent double precision, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxsummarystats                    | summarystats                      | rastertable text, rastercolumn text, exclude_nodata_value boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_approxsummarystats                    | summarystats                      | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_approxsummarystats                    | summarystats                      | rastertable text, rastercolumn text, nband integer, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_approxsummarystats                    | summarystats                      | rastertable text, rastercolumn text, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_approxsummarystats                    | summarystats                      | rast raster, exclude_nodata_value boolean, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_approxsummarystats                    | summarystats                      | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, sample_percent double precision DEFAULT 0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_approxsummarystats                    | summarystats                      | rast raster, nband integer, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_approxsummarystats                    | summarystats                      | rast raster, sample_percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_area                                  | double precision                  | geog geography, use_spheroid boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_area                                  | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_area                                  | double precision                  | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_area2d                                | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_asbinary                              | bytea                             | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_asbinary                              | bytea                             | geography, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_asbinary                              | bytea                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_asbinary                              | bytea                             | geometry, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_asbinary                              | bytea                             | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_asewkb                                | bytea                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_asewkb                                | bytea                             | geometry, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_asewkt                                | text                              | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_asewkt                                | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_asewkt                                | text                              | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_asgdalraster                          | bytea                             | rast raster, format text, options text[] DEFAULT NULL::text[], srid integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_asgeojson                             | text                              | geog geography, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_asgeojson                             | text                              | geom geometry, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_asgeojson                             | text                              | gj_version integer, geog geography, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_asgeojson                             | text                              | gj_version integer, geom geometry, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_asgeojson                             | text                              | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_asgml                                 | text                              | geog geography, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_asgml                                 | text                              | geom geometry, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_asgml                                 | text                              | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_asgml                                 | text                              | version integer, geog geography, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0, nprefix text DEFAULT NULL::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_asgml                                 | text                              | version integer, geom geometry, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0, nprefix text DEFAULT NULL::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_ashexewkb                             | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_ashexewkb                             | text                              | geometry, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_asjpeg                                | bytea                             | rast raster, nband integer, options text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_asjpeg                                | bytea                             | rast raster, nband integer, quality integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_asjpeg                                | bytea                             | rast raster, nbands integer[], options text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_asjpeg                                | bytea                             | rast raster, nbands integer[], quality integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_asjpeg                                | bytea                             | rast raster, options text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_askml                                 | text                              | geog geography, maxdecimaldigits integer DEFAULT 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_askml                                 | text                              | geom geometry, maxdecimaldigits integer DEFAULT 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_askml                                 | text                              | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_askml                                 | text                              | version integer, geog geography, maxdecimaldigits integer DEFAULT 15, nprefix text DEFAULT NULL::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_askml                                 | text                              | version integer, geom geometry, maxdecimaldigits integer DEFAULT 15, nprefix text DEFAULT NULL::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_aslatlontext                          | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_aslatlontext                          | text                              | geometry, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_aspect                                | raster                            | rast raster, band integer, pixeltype text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_aspng                                 | bytea                             | rast raster, nband integer, compression integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_aspng                                 | bytea                             | rast raster, nband integer, options text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_aspng                                 | bytea                             | rast raster, nbands integer[], compression integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_aspng                                 | bytea                             | rast raster, nbands integer[], options text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_aspng                                 | bytea                             | rast raster, options text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_asraster                              | raster                            | geom geometry, ref raster, pixeltype text[] DEFAULT ARRAY['8BUI'::text], value double precision[] DEFAULT ARRAY[(1)::double precision], nodataval double precision[] DEFAULT ARRAY[(0)::double precision], touched boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_asraster                              | raster                            | geom geometry, ref raster, pixeltype text, value double precision DEFAULT 1, nodataval double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_asraster                              | raster                            | geom geometry, scalex double precision, scaley double precision, gridx double precision DEFAULT NULL::double precision, gridy double precision DEFAULT NULL::double precision, pixeltype text[] DEFAULT ARRAY['8BUI'::text], value double precision[] DEFAULT ARRAY[(1)::double precision], nodataval double precision[] DEFAULT ARRAY[(0)::double precision], skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                | normal
 public   | st_asraster                              | raster                            | geom geometry, scalex double precision, scaley double precision, gridx double precision, gridy double precision, pixeltype text, value double precision DEFAULT 1, nodataval double precision DEFAULT 0, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_asraster                              | raster                            | geom geometry, scalex double precision, scaley double precision, pixeltype text, value double precision DEFAULT 1, nodataval double precision DEFAULT 0, upperleftx double precision DEFAULT NULL::double precision, upperlefty double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                                                                              | normal
 public   | st_asraster                              | raster                            | geom geometry, scalex double precision, scaley double precision, pixeltype text[], value double precision[] DEFAULT ARRAY[(1)::double precision], nodataval double precision[] DEFAULT ARRAY[(0)::double precision], upperleftx double precision DEFAULT NULL::double precision, upperlefty double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                  | normal
 public   | st_asraster                              | raster                            | geom geometry, width integer, height integer, gridx double precision DEFAULT NULL::double precision, gridy double precision DEFAULT NULL::double precision, pixeltype text[] DEFAULT ARRAY['8BUI'::text], value double precision[] DEFAULT ARRAY[(1)::double precision], nodataval double precision[] DEFAULT ARRAY[(0)::double precision], skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                   | normal
 public   | st_asraster                              | raster                            | geom geometry, width integer, height integer, gridx double precision, gridy double precision, pixeltype text, value double precision DEFAULT 1, nodataval double precision DEFAULT 0, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_asraster                              | raster                            | geom geometry, width integer, height integer, pixeltype text, value double precision DEFAULT 1, nodataval double precision DEFAULT 0, upperleftx double precision DEFAULT NULL::double precision, upperlefty double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                                                                                                 | normal
 public   | st_asraster                              | raster                            | geom geometry, width integer, height integer, pixeltype text[], value double precision[] DEFAULT ARRAY[(1)::double precision], nodataval double precision[] DEFAULT ARRAY[(0)::double precision], upperleftx double precision DEFAULT NULL::double precision, upperlefty double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, touched boolean DEFAULT false                                                                                                                                                                                                                                     | normal
 public   | st_assvg                                 | text                              | geog geography, rel integer DEFAULT 0, maxdecimaldigits integer DEFAULT 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_assvg                                 | text                              | geom geometry, rel integer DEFAULT 0, maxdecimaldigits integer DEFAULT 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_assvg                                 | text                              | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_astext                                | text                              | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_astext                                | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_astext                                | text                              | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_astiff                                | bytea                             | rast raster, compression text, srid integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_astiff                                | bytea                             | rast raster, nbands integer[], compression text, srid integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_astiff                                | bytea                             | rast raster, nbands integer[], options text[] DEFAULT NULL::text[], srid integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_astiff                                | bytea                             | rast raster, options text[] DEFAULT NULL::text[], srid integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_asx3d                                 | text                              | geom geometry, maxdecimaldigits integer DEFAULT 15, options integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_azimuth                               | double precision                  | geog1 geography, geog2 geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_azimuth                               | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_band                                  | raster                            | rast raster, nband integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_band                                  | raster                            | rast raster, nbands integer[] DEFAULT ARRAY[1]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_band                                  | raster                            | rast raster, nbands text, delimiter character DEFAULT ','::bpchar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_bandisnodata                          | boolean                           | rast raster, band integer DEFAULT 1, forcechecking boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_bandisnodata                          | boolean                           | rast raster, forcechecking boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_bandmetadata                          | record                            | rast raster, band integer DEFAULT 1, OUT pixeltype text, OUT nodatavalue double precision, OUT isoutdb boolean, OUT path text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_bandmetadata                          | record                            | rast raster, band integer[], OUT bandnum integer, OUT pixeltype text, OUT nodatavalue double precision, OUT isoutdb boolean, OUT path text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_bandnodatavalue                       | double precision                  | rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_bandpath                              | text                              | rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_bandpixeltype                         | text                              | rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_bdmpolyfromtext                       | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_bdpolyfromtext                        | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_boundary                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_buffer                                | geography                         | geography, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_buffer                                | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_buffer                                | geometry                          | geometry, double precision, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_buffer                                | geometry                          | geometry, double precision, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_buffer                                | geometry                          | text, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_buildarea                             | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_centroid                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_cleangeometry                         | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_clip                                  | raster                            | rast raster, band integer, geom geometry, crop boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_clip                                  | raster                            | rast raster, band integer, geom geometry, nodataval double precision, crop boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_clip                                  | raster                            | rast raster, band integer, geom geometry, nodataval double precision[] DEFAULT NULL::double precision[], crop boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_clip                                  | raster                            | rast raster, geom geometry, crop boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_clip                                  | raster                            | rast raster, geom geometry, nodataval double precision, crop boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_clip                                  | raster                            | rast raster, geom geometry, nodataval double precision[] DEFAULT NULL::double precision[], crop boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_closestpoint                          | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_collect                               | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_collect                               | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_collect                               | geometry                          | geometry[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_collectionextract                     | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_collectionhomogenize                  | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_combine_bbox                          | box2d                             | box2d, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_combine_bbox                          | box3d                             | box3d, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_concavehull                           | geometry                          | param_geom geometry, param_pctconvex double precision, param_allow_holes boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_contains                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_containsproperly                      | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_convexhull                            | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_convexhull                            | geometry                          | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_coorddim                              | smallint                          | geometry geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_count                                 | bigint                            | rastertable text, rastercolumn text, exclude_nodata_value boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_count                                 | bigint                            | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_count                                 | bigint                            | rast raster, exclude_nodata_value boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_count                                 | bigint                            | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_coveredby                             | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_coveredby                             | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_coveredby                             | boolean                           | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_covers                                | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_covers                                | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_covers                                | boolean                           | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_crosses                               | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_curvetoline                           | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_curvetoline                           | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_dfullywithin                          | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_difference                            | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_dimension                             | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_disjoint                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_distance                              | double precision                  | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_distance                              | double precision                  | geography, geography, boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_distance                              | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_distance                              | double precision                  | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_distance_sphere                       | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_distance_spheroid                     | double precision                  | geom1 geometry, geom2 geometry, spheroid                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_distinct4ma                           | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_dump                                  | SETOF geometry_dump               | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_dumpaspolygons                        | SETOF geomval                     | rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_dumppoints                            | SETOF geometry_dump               | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_dumprings                             | SETOF geometry_dump               | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_dwithin                               | boolean                           | geography, geography, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_dwithin                               | boolean                           | geography, geography, double precision, boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_dwithin                               | boolean                           | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_dwithin                               | boolean                           | text, text, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_endpoint                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_envelope                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_envelope                              | geometry                          | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_equals                                | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_estimated_extent                      | box2d                             | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_estimated_extent                      | box2d                             | text, text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_expand                                | box2d                             | box2d, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_expand                                | box3d                             | box3d, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_expand                                | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_extent                                | box2d                             | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_exteriorring                          | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_find_extent                           | box2d                             | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_find_extent                           | box2d                             | text, text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_flipcoordinates                       | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_force_2d                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_force_3d                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_force_3dm                             | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_force_3dz                             | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_force_4d                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_force_collection                      | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_forcerhr                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_gdaldrivers                           | SETOF record                      | OUT idx integer, OUT short_name text, OUT long_name text, OUT create_options text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_geogfromtext                          | geography                         | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geogfromwkb                           | geography                         | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_geographyfromtext                     | geography                         | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geohash                               | text                              | geom geometry, maxchars integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_geomcollfromtext                      | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geomcollfromtext                      | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_geomcollfromwkb                       | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_geomcollfromwkb                       | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_geometryfromtext                      | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geometryfromtext                      | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_geometryn                             | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_geometrytype                          | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_geomfromewkb                          | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_geomfromewkt                          | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geomfromgeojson                       | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geomfromgml                           | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geomfromgml                           | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_geomfromkml                           | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geomfromtext                          | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_geomfromtext                          | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_geomfromwkb                           | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_geomfromwkb                           | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_georeference                          | text                              | rast raster, format text DEFAULT 'GDAL'::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_geotransform                          | record                            | raster, OUT imag double precision, OUT jmag double precision, OUT theta_i double precision, OUT theta_ij double precision, OUT xoffset double precision, OUT yoffset double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_gmltosql                              | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_gmltosql                              | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_hasarc                                | boolean                           | geometry geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_hasnoband                             | boolean                           | rast raster, nband integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_hausdorffdistance                     | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_hausdorffdistance                     | double precision                  | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_height                                | integer                           | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_hillshade                             | raster                            | rast raster, band integer, pixeltype text, azimuth double precision, altitude double precision, max_bright double precision DEFAULT 255.0, elevation_scale double precision DEFAULT 1.0                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_histogram                             | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_histogram                             | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, bins integer, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_histogram                             | SETOF histogram                   | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, bins integer DEFAULT 0, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_histogram                             | SETOF histogram                   | rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_histogram                             | SETOF histogram                   | rast raster, nband integer, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_histogram                             | SETOF histogram                   | rast raster, nband integer, bins integer, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_histogram                             | SETOF histogram                   | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, bins integer DEFAULT 0, width double precision[] DEFAULT NULL::double precision[], "right" boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_histogram                             | SETOF histogram                   | rast raster, nband integer, exclude_nodata_value boolean, bins integer, "right" boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_interiorringn                         | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_interpolatepoint                      | double precision                  | line geometry, point geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_intersection                          | geography                         | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_intersection                          | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_intersection                          | SETOF geomval                     | geomin geometry, rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_intersection                          | raster                            | rast1 raster, band1 integer, rast2 raster, band2 integer, nodataval double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_intersection                          | raster                            | rast1 raster, band1 integer, rast2 raster, band2 integer, nodataval double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_intersection                          | raster                            | rast1 raster, band1 integer, rast2 raster, band2 integer, returnband text DEFAULT 'BOTH'::text, nodataval double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_intersection                          | raster                            | rast1 raster, band1 integer, rast2 raster, band2 integer, returnband text, nodataval double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_intersection                          | raster                            | rast1 raster, rast2 raster, nodataval double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_intersection                          | raster                            | rast1 raster, rast2 raster, nodataval double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_intersection                          | raster                            | rast1 raster, rast2 raster, returnband text DEFAULT 'BOTH'::text, nodataval double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_intersection                          | raster                            | rast1 raster, rast2 raster, returnband text, nodataval double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_intersection                          | SETOF geomval                     | rast raster, band integer, geomin geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_intersection                          | SETOF geomval                     | rast raster, geomin geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_intersection                          | geometry                          | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_intersects                            | boolean                           | geography, geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_intersects                            | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_intersects                            | boolean                           | geom geometry, rast raster, nband integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_intersects                            | boolean                           | rast1 raster, nband1 integer, rast2 raster, nband2 integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_intersects                            | boolean                           | rast1 raster, rast2 raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_intersects                            | boolean                           | rast raster, geom geometry, nband integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_intersects                            | boolean                           | rast raster, nband integer, geom geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_intersects                            | boolean                           | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_isclosed                              | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_iscollection                          | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_isempty                               | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_isempty                               | boolean                           | rast raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_isring                                | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_issimple                              | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_isvalid                               | boolean                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_isvalid                               | boolean                           | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_isvaliddetail                         | valid_detail                      | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_isvaliddetail                         | valid_detail                      | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_isvalidreason                         | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_isvalidreason                         | text                              | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_length                                | double precision                  | geog geography, use_spheroid boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_length                                | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_length                                | double precision                  | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_length2d                              | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_length2d_spheroid                     | double precision                  | geometry, spheroid                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_length_spheroid                       | double precision                  | geometry, spheroid                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_line_interpolate_point                | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_line_locate_point                     | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_line_substring                        | geometry                          | geometry, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_linecrossingdirection                 | integer                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_linefrommultipoint                    | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_linefromtext                          | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_linefromtext                          | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_linefromwkb                           | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_linefromwkb                           | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_linemerge                             | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_linestringfromwkb                     | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_linestringfromwkb                     | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_linetocurve                           | geometry                          | geometry geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_locate_along_measure                  | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_locate_between_measures               | geometry                          | geometry, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_locatealong                           | geometry                          | geometry geometry, measure double precision, leftrightoffset double precision DEFAULT 0.0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_locatebetween                         | geometry                          | geometry geometry, frommeasure double precision, tomeasure double precision, leftrightoffset double precision DEFAULT 0.0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_locatebetweenelevations               | geometry                          | geometry geometry, fromelevation double precision, toelevation double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_longestline                           | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_m                                     | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_makebox2d                             | box2d                             | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_makeemptyraster                       | raster                            | rast raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_makeemptyraster                       | raster                            | width integer, height integer, upperleftx double precision, upperlefty double precision, pixelsize double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_makeemptyraster                       | raster                            | width integer, height integer, upperleftx double precision, upperlefty double precision, scalex double precision, scaley double precision, skewx double precision, skewy double precision, srid integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_makeenvelope                          | geometry                          | double precision, double precision, double precision, double precision, integer DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_makeline                              | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_makeline                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_makeline                              | geometry                          | geometry[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_makepoint                             | geometry                          | double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_makepoint                             | geometry                          | double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_makepoint                             | geometry                          | double precision, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_makepointm                            | geometry                          | double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_makepolygon                           | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_makepolygon                           | geometry                          | geometry, geometry[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_makevalid                             | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_mapalgebraexpr                        | raster                            | rast1 raster, band1 integer, rast2 raster, band2 integer, expression text, pixeltype text DEFAULT NULL::text, extenttype text DEFAULT 'INTERSECTION'::text, nodata1expr text DEFAULT NULL::text, nodata2expr text DEFAULT NULL::text, nodatanodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_mapalgebraexpr                        | raster                            | rast1 raster, rast2 raster, expression text, pixeltype text DEFAULT NULL::text, extenttype text DEFAULT 'INTERSECTION'::text, nodata1expr text DEFAULT NULL::text, nodata2expr text DEFAULT NULL::text, nodatanodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_mapalgebraexpr                        | raster                            | rast raster, band integer, pixeltype text, expression text, nodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_mapalgebraexpr                        | raster                            | rast raster, pixeltype text, expression text, nodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_mapalgebrafct                         | raster                            | rast1 raster, band1 integer, rast2 raster, band2 integer, tworastuserfunc regprocedure, pixeltype text DEFAULT NULL::text, extenttype text DEFAULT 'INTERSECTION'::text, VARIADIC userargs text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_mapalgebrafct                         | raster                            | rast1 raster, rast2 raster, tworastuserfunc regprocedure, pixeltype text DEFAULT NULL::text, extenttype text DEFAULT 'INTERSECTION'::text, VARIADIC userargs text[] DEFAULT NULL::text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, band integer, onerastuserfunc regprocedure                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, band integer, onerastuserfunc regprocedure, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, band integer, pixeltype text, onerastuserfunc regprocedure                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, band integer, pixeltype text, onerastuserfunc regprocedure, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, onerastuserfunc regprocedure                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, onerastuserfunc regprocedure, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, pixeltype text, onerastuserfunc regprocedure                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_mapalgebrafct                         | raster                            | rast raster, pixeltype text, onerastuserfunc regprocedure, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_mapalgebrafctngb                      | raster                            | rast raster, band integer, pixeltype text, ngbwidth integer, ngbheight integer, onerastngbuserfunc regprocedure, nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_max4ma                                | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_maxdistance                           | double precision                  | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_mean4ma                               | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_mem_size                              | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_memcollect                            | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_memunion                              | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_metadata                              | record                            | rast raster, OUT upperleftx double precision, OUT upperlefty double precision, OUT width integer, OUT height integer, OUT scalex double precision, OUT scaley double precision, OUT skewx double precision, OUT skewy double precision, OUT srid integer, OUT numbands integer                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_min4ma                                | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_minimumboundingcircle                 | geometry                          | inputgeom geometry, segs_per_quarter integer DEFAULT 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_minpossiblevalue                      | double precision                  | pixeltype text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_mlinefromtext                         | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_mlinefromtext                         | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_mlinefromwkb                          | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_mlinefromwkb                          | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_mpointfromtext                        | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_mpointfromtext                        | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_mpointfromwkb                         | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_mpointfromwkb                         | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_mpolyfromtext                         | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_mpolyfromtext                         | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_mpolyfromwkb                          | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_mpolyfromwkb                          | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_multi                                 | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_multilinefromwkb                      | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_multilinestringfromtext               | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_multilinestringfromtext               | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_multipointfromtext                    | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_multipointfromwkb                     | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_multipointfromwkb                     | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_multipolyfromwkb                      | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_multipolyfromwkb                      | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_multipolygonfromtext                  | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_multipolygonfromtext                  | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_ndims                                 | smallint                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_node                                  | geometry                          | g geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_npoints                               | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_nrings                                | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_numbands                              | integer                           | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_numgeometries                         | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_numinteriorring                       | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_numinteriorrings                      | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_numpatches                            | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_numpoints                             | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_offsetcurve                           | geometry                          | line geometry, distance double precision, params text DEFAULT ''::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_orderingequals                        | boolean                           | geometrya geometry, geometryb geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_overlaps                              | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_patchn                                | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_perimeter                             | double precision                  | geog geography, use_spheroid boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_perimeter                             | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_perimeter2d                           | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_pixelaspolygon                        | geometry                          | rast raster, x integer, y integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_pixelaspolygons                       | SETOF record                      | rast raster, band integer DEFAULT 1, OUT geom geometry, OUT val double precision, OUT x integer, OUT y integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_pixelheight                           | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_pixelwidth                            | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_point                                 | geometry                          | double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_point_inside_circle                   | boolean                           | geometry, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_pointfromtext                         | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_pointfromtext                         | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_pointfromwkb                          | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_pointfromwkb                          | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_pointn                                | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_pointonsurface                        | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_polyfromtext                          | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_polyfromtext                          | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_polyfromwkb                           | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_polyfromwkb                           | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_polygon                               | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_polygon                               | geometry                          | rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_polygonfromtext                       | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_polygonfromtext                       | geometry                          | text, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_polygonfromwkb                        | geometry                          | bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_polygonfromwkb                        | geometry                          | bytea, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_polygonize                            | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_polygonize                            | geometry                          | geometry[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_project                               | geography                         | geog geography, distance double precision, azimuth double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_quantile                              | double precision                  | rastertable text, rastercolumn text, exclude_nodata_value boolean, quantile double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_quantile                              | SETOF quantile                    | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_quantile                              | double precision                  | rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_quantile                              | double precision                  | rastertable text, rastercolumn text, nband integer, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_quantile                              | SETOF quantile                    | rastertable text, rastercolumn text, nband integer, quantiles double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_quantile                              | double precision                  | rastertable text, rastercolumn text, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_quantile                              | SETOF quantile                    | rastertable text, rastercolumn text, quantiles double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_quantile                              | double precision                  | rast raster, exclude_nodata_value boolean, quantile double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_quantile                              | SETOF quantile                    | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, quantiles double precision[] DEFAULT NULL::double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_quantile                              | double precision                  | rast raster, nband integer, exclude_nodata_value boolean, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_quantile                              | double precision                  | rast raster, nband integer, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_quantile                              | SETOF quantile                    | rast raster, nband integer, quantiles double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_quantile                              | double precision                  | rast raster, quantile double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_quantile                              | SETOF quantile                    | rast raster, quantiles double precision[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_range4ma                              | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_raster2worldcoordx                    | double precision                  | rast raster, xr integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_raster2worldcoordx                    | double precision                  | rast raster, xr integer, yr integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_raster2worldcoordy                    | double precision                  | rast raster, xr integer, yr integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_raster2worldcoordy                    | double precision                  | rast raster, yr integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_reclass                               | raster                            | rast raster, nband integer, reclassexpr text, pixeltype text, nodataval double precision DEFAULT NULL::double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_reclass                               | raster                            | rast raster, reclassexpr text, pixeltype text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_reclass                               | raster                            | rast raster, VARIADIC reclassargset reclassarg[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_relate                                | text                              | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_relate                                | text                              | geom1 geometry, geom2 geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_relate                                | boolean                           | geom1 geometry, geom2 geometry, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_relatematch                           | boolean                           | text, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_removepoint                           | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_removerepeatedpoints                  | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_resample                              | raster                            | rast raster, ref raster, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125, usescale boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_resample                              | raster                            | rast raster, ref raster, usescale boolean, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_resample                              | raster                            | rast raster, srid integer DEFAULT NULL::integer, scalex double precision DEFAULT 0, scaley double precision DEFAULT 0, gridx double precision DEFAULT NULL::double precision, gridy double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                 | normal
 public   | st_resample                              | raster                            | rast raster, width integer, height integer, srid integer DEFAULT NULL::integer, gridx double precision DEFAULT NULL::double precision, gridy double precision DEFAULT NULL::double precision, skewx double precision DEFAULT 0, skewy double precision DEFAULT 0, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                        | normal
 public   | st_rescale                               | raster                            | rast raster, scalex double precision, scaley double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_rescale                               | raster                            | rast raster, scalexy double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_reskew                                | raster                            | rast raster, skewx double precision, skewy double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_reskew                                | raster                            | rast raster, skewxy double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_reverse                               | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_rotate                                | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_rotate                                | geometry                          | geometry, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_rotate                                | geometry                          | geometry, double precision, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_rotatex                               | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_rotatey                               | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_rotatez                               | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_rotation                              | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_samealignment                         | boolean                           | rast1 raster, rast2 raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_samealignment                         | boolean                           | ulx1 double precision, uly1 double precision, scalex1 double precision, scaley1 double precision, skewx1 double precision, skewy1 double precision, ulx2 double precision, uly2 double precision, scalex2 double precision, scaley2 double precision, skewx2 double precision, skewy2 double precision                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_scale                                 | geometry                          | geometry, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_scale                                 | geometry                          | geometry, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_scalex                                | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_scaley                                | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_segmentize                            | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_setbandisnodata                       | raster                            | rast raster, band integer DEFAULT 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_setbandnodatavalue                    | raster                            | rast raster, band integer, nodatavalue double precision, forcechecking boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_setbandnodatavalue                    | raster                            | rast raster, nodatavalue double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_setgeoreference                       | raster                            | rast raster, georef text, format text DEFAULT 'GDAL'::text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_setgeotransform                       | raster                            | rast raster, imag double precision, jmag double precision, theta_i double precision, theta_ij double precision, xoffset double precision, yoffset double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_setpoint                              | geometry                          | geometry, integer, geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_setrotation                           | raster                            | rast raster, rotation double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_setscale                              | raster                            | rast raster, scale double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_setscale                              | raster                            | rast raster, scalex double precision, scaley double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_setskew                               | raster                            | rast raster, skew double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_setskew                               | raster                            | rast raster, skewx double precision, skewy double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_setsrid                               | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_setsrid                               | raster                            | rast raster, srid integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_setupperleft                          | raster                            | rast raster, upperleftx double precision, upperlefty double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_setvalue                              | raster                            | rast raster, band integer, pt geometry, newvalue double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_setvalue                              | raster                            | rast raster, band integer, x integer, y integer, newvalue double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_setvalue                              | raster                            | rast raster, pt geometry, newvalue double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_setvalue                              | raster                            | rast raster, x integer, y integer, newvalue double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_sharedpaths                           | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_shift_longitude                       | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_shortestline                          | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_simplify                              | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_simplifypreservetopology              | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_skewx                                 | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_skewy                                 | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_slope                                 | raster                            | rast raster, band integer, pixeltype text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_snap                                  | geometry                          | geom1 geometry, geom2 geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_snaptogrid                            | geometry                          | geom1 geometry, geom2 geometry, double precision, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_snaptogrid                            | geometry                          | geometry, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_snaptogrid                            | geometry                          | geometry, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_snaptogrid                            | geometry                          | geometry, double precision, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_snaptogrid                            | raster                            | rast raster, gridx double precision, gridy double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125, scalex double precision DEFAULT 0, scaley double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_snaptogrid                            | raster                            | rast raster, gridx double precision, gridy double precision, scalex double precision, scaley double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_snaptogrid                            | raster                            | rast raster, gridx double precision, gridy double precision, scalexy double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_split                                 | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_srid                                  | integer                           | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_srid                                  | integer                           | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_startpoint                            | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_stddev4ma                             | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_sum4ma                                | double precision                  | matrix double precision[], nodatamode text, VARIADIC args text[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_summary                               | text                              | geography                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_summary                               | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_summarystats                          | summarystats                      | rastertable text, rastercolumn text, exclude_nodata_value boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_summarystats                          | summarystats                      | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_summarystats                          | summarystats                      | rast raster, exclude_nodata_value boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_summarystats                          | summarystats                      | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_symdifference                         | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_symmetricdifference                   | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_touches                               | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_transform                             | geometry                          | geometry, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_transform                             | raster                            | rast raster, srid integer, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125, scalex double precision DEFAULT 0, scaley double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_transform                             | raster                            | rast raster, srid integer, scalex double precision, scaley double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 public   | st_transform                             | raster                            | rast raster, srid integer, scalexy double precision, algorithm text DEFAULT 'NearestNeighbour'::text, maxerr double precision DEFAULT 0.125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 public   | st_translate                             | geometry                          | geometry, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_translate                             | geometry                          | geometry, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_transscale                            | geometry                          | geometry, double precision, double precision, double precision, double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_unaryunion                            | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_union                                 | geometry                          | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_union                                 | geometry                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | agg
 public   | st_union                                 | geometry                          | geometry[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_union                                 | raster                            | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | agg
 public   | st_union                                 | raster                            | raster, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | agg
 public   | st_union                                 | raster                            | raster, integer, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | agg
 public   | st_union                                 | raster                            | raster, text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | agg
 public   | st_upperleftx                            | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_upperlefty                            | double precision                  | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_value                                 | double precision                  | rast raster, band integer, pt geometry, hasnodata boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_value                                 | double precision                  | rast raster, band integer, x integer, y integer, hasnodata boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_value                                 | double precision                  | rast raster, pt geometry, hasnodata boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_value                                 | double precision                  | rast raster, x integer, y integer, hasnodata boolean DEFAULT true                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_valuecount                            | SETOF record                      | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, searchvalues double precision[] DEFAULT NULL::double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT count integer                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_valuecount                            | integer                           | rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_valuecount                            | integer                           | rastertable text, rastercolumn text, nband integer, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_valuecount                            | SETOF record                      | rastertable text, rastercolumn text, nband integer, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT count integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_valuecount                            | integer                           | rastertable text, rastercolumn text, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_valuecount                            | SETOF record                      | rastertable text, rastercolumn text, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT count integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_valuecount                            | SETOF record                      | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, searchvalues double precision[] DEFAULT NULL::double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT count integer                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_valuecount                            | integer                           | rast raster, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_valuecount                            | integer                           | rast raster, nband integer, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_valuecount                            | SETOF record                      | rast raster, nband integer, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT count integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_valuecount                            | integer                           | rast raster, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_valuecount                            | SETOF record                      | rast raster, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT count integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_valuepercent                          | SETOF record                      | rastertable text, rastercolumn text, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, searchvalues double precision[] DEFAULT NULL::double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT percent double precision                                                                                                                                                                                                                                                                                                                                                                                         | normal
 public   | st_valuepercent                          | double precision                  | rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_valuepercent                          | double precision                  | rastertable text, rastercolumn text, nband integer, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_valuepercent                          | SETOF record                      | rastertable text, rastercolumn text, nband integer, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 public   | st_valuepercent                          | double precision                  | rastertable text, rastercolumn text, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_valuepercent                          | SETOF record                      | rastertable text, rastercolumn text, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 public   | st_valuepercent                          | SETOF record                      | rast raster, nband integer DEFAULT 1, exclude_nodata_value boolean DEFAULT true, searchvalues double precision[] DEFAULT NULL::double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 public   | st_valuepercent                          | double precision                  | rast raster, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_valuepercent                          | double precision                  | rast raster, nband integer, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 public   | st_valuepercent                          | SETOF record                      | rast raster, nband integer, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_valuepercent                          | double precision                  | rast raster, searchvalue double precision, roundto double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 public   | st_valuepercent                          | SETOF record                      | rast raster, searchvalues double precision[], roundto double precision DEFAULT 0, OUT value double precision, OUT percent double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 public   | st_width                                 | integer                           | raster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 public   | st_within                                | boolean                           | geom1 geometry, geom2 geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 public   | st_wkbtosql                              | geometry                          | wkb bytea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 public   | st_wkttosql                              | geometry                          | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | st_world2rastercoordx                    | integer                           | rast raster, pt geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_world2rastercoordx                    | integer                           | rast raster, xw double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_world2rastercoordx                    | integer                           | rast raster, xw double precision, yw double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_world2rastercoordy                    | integer                           | rast raster, pt geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_world2rastercoordy                    | integer                           | rast raster, xw double precision, yw double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_world2rastercoordy                    | integer                           | rast raster, yw double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | st_x                                     | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_xmax                                  | double precision                  | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_xmin                                  | double precision                  | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_y                                     | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_ymax                                  | double precision                  | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_ymin                                  | double precision                  | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_z                                     | double precision                  | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_zmax                                  | double precision                  | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | st_zmflag                                | smallint                          | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | st_zmin                                  | double precision                  | box3d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 public   | text                                     | text                              | geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 public   | unlockrows                               | integer                           | text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | normal
 public   | updategeometrysrid                       | text                              | catalogn_name character varying, schema_name character varying, table_name character varying, column_name character varying, new_srid_in integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | updategeometrysrid                       | text                              | character varying, character varying, character varying, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 public   | updategeometrysrid                       | text                              | character varying, character varying, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 topology | _asgmledge                               | text                              | edge_id integer, start_node integer, end_node integer, line geometry, visitedtable regclass, nsprefix_in text, prec integer, options integer, idprefix text, gmlver integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | _asgmlface                               | text                              | toponame text, face_id integer, visitedtable regclass, nsprefix_in text, prec integer, options integer, idprefix text, gmlver integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 topology | _asgmlnode                               | text                              | id integer, point geometry, nsprefix_in text, prec integer, options integer, idprefix text, gmlver integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | _st_addfacesplit                         | integer                           | atopology character varying, anedge integer, oface integer, mbr_only boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 topology | _st_adjacentedges                        | integer[]                         | atopology character varying, anode integer, anedge integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | _st_mintolerance                         | double precision                  | ageom geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 topology | _st_mintolerance                         | double precision                  | atopology character varying, ageom geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | addedge                                  | integer                           | atopology character varying, aline geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | addface                                  | integer                           | atopology character varying, apoly geometry, force_new boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 topology | addnode                                  | integer                           | atopology character varying, apoint geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 topology | addnode                                  | integer                           | atopology character varying, apoint geometry, allowedgesplitting boolean, setcontainingface boolean DEFAULT false                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | addtopogeometrycolumn                    | integer                           | character varying, character varying, character varying, character varying, character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 topology | addtopogeometrycolumn                    | integer                           | toponame character varying, schema character varying, tbl character varying, col character varying, ltype character varying, child integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | addtosearchpath                          | text                              | a_schema_name character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | asgml                                    | text                              | tg topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | asgml                                    | text                              | tg topogeometry, nsprefix_in text, precision_in integer, options_in integer, visitedtable regclass, idprefix text, gmlver integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | asgml                                    | text                              | tg topogeometry, nsprefix text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 topology | asgml                                    | text                              | tg topogeometry, nsprefix text, prec integer, options integer, visitedtable regclass, idprefix text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 topology | asgml                                    | text                              | tg topogeometry, nsprefix text, prec integer, options integer, vis regclass                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | asgml                                    | text                              | tg topogeometry, nsprefix text, prec integer, opts integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | asgml                                    | text                              | tg topogeometry, visitedtable regclass                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 topology | asgml                                    | text                              | tg topogeometry, visitedtable regclass, nsprefix text                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 topology | copytopology                             | integer                           | atopology character varying, newtopo character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 topology | createtopogeom                           | topogeometry                      | toponame character varying, tg_type integer, layer_id integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 topology | createtopogeom                           | topogeometry                      | toponame character varying, tg_type integer, layer_id integer, tg_objs topoelementarray                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | normal
 topology | createtopology                           | integer                           | atopology character varying, srid integer, prec double precision, hasz boolean                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 topology | createtopology                           | integer                           | character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | createtopology                           | integer                           | character varying, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | createtopology                           | integer                           | toponame character varying, srid integer, prec double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | droptopogeometrycolumn                   | text                              | schema character varying, tbl character varying, col character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 topology | droptopology                             | text                              | atopology character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | equals                                   | boolean                           | tg1 topogeometry, tg2 topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 topology | geometry                                 | geometry                          | topogeom topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | normal
 topology | geometrytype                             | text                              | tg topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | getedgebypoint                           | integer                           | atopology character varying, apoint geometry, tol1 double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 topology | getfacebypoint                           | integer                           | atopology character varying, apoint geometry, tol1 double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 topology | getnodebypoint                           | integer                           | atopology character varying, apoint geometry, tol1 double precision                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 topology | getnodeedges                             | SETOF getfaceedges_returntype     | atopology character varying, anode integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | getringedges                             | SETOF getfaceedges_returntype     | atopology character varying, anedge integer, maxedges integer DEFAULT NULL::integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | normal
 topology | gettopogeomelementarray                  | topoelementarray                  | tg topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | gettopogeomelementarray                  | topoelementarray                  | toponame character varying, layer_id integer, tgid integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | gettopogeomelements                      | SETOF topoelement                 | tg topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | gettopogeomelements                      | SETOF topoelement                 | toponame character varying, layerid integer, tgid integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 topology | gettopologyid                            | integer                           | toponame character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | gettopologyname                          | character varying                 | topoid integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | normal
 topology | gettopologysrid                          | integer                           | toponame character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | intersects                               | boolean                           | tg1 topogeometry, tg2 topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 topology | layertrigger                             | trigger                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | trigger
 topology | polygonize                               | text                              | toponame character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | postgis_topology_scripts_installed       | text                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | relationtrigger                          | trigger                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | trigger
 topology | st_addedgemodface                        | integer                           | atopology character varying, anode integer, anothernode integer, acurve geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 topology | st_addedgenewfaces                       | integer                           | atopology character varying, anode integer, anothernode integer, acurve geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 topology | st_addisoedge                            | integer                           | atopology character varying, anode integer, anothernode integer, acurve geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | normal
 topology | st_addisonode                            | integer                           | atopology character varying, aface integer, apoint geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | st_changeedgegeom                        | text                              | atopology character varying, anedge integer, acurve geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 topology | st_createtopogeo                         | text                              | atopology character varying, acollection geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | st_geometrytype                          | text                              | tg topogeometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | normal
 topology | st_getfaceedges                          | SETOF getfaceedges_returntype     | toponame character varying, face_id integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | st_getfacegeometry                       | geometry                          | toponame character varying, aface integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | normal
 topology | st_inittopogeo                           | text                              | atopology character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | st_modedgeheal                           | integer                           | toponame character varying, e1id integer, e2id integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 topology | st_modedgesplit                          | integer                           | atopology character varying, anedge integer, apoint geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 topology | st_moveisonode                           | text                              | atopology character varying, anode integer, apoint geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | st_newedgeheal                           | integer                           | toponame character varying, e1id integer, e2id integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | normal
 topology | st_newedgessplit                         | integer                           | atopology character varying, anedge integer, apoint geometry                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | normal
 topology | st_remedgemodface                        | integer                           | toponame character varying, e1id integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 topology | st_remedgenewface                        | integer                           | toponame character varying, e1id integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | normal
 topology | st_remisonode                            | text                              | character varying, integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | st_removeisoedge                         | text                              | atopology character varying, anedge integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | st_removeisonode                         | text                              | atopology character varying, anode integer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
 topology | topoelementarray_agg                     | topoelementarray                  | topoelement                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | agg
 topology | topoelementarray_append                  | topoelementarray                  | topoelementarray, topoelement                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | normal
 topology | topogeo_addgeometry                      | void                              | atopology character varying, ageom geometry, tolerance double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | topogeo_addlinestring                    | SETOF integer                     | atopology character varying, aline geometry, tolerance double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | topogeo_addpoint                         | integer                           | atopology character varying, apoint geometry, tolerance double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 topology | topogeo_addpolygon                       | SETOF integer                     | atopology character varying, apoly geometry, tolerance double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | normal
 topology | topologysummary                          | text                              | atopology character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | normal
 topology | totopogeom                               | topogeometry                      | ageom geometry, atopology character varying, alayer integer, atolerance double precision DEFAULT 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | normal
 topology | validatetopology                         | SETOF validatetopology_returntype | toponame character varying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | normal
(987 rows)

